auto merge of #113 : rust-lang/cargo/dev-deps, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 3 Jul 2014 21:51:32 +0000 (21:51 +0000)
committerbors <bors@rust-lang.org>
Thu, 3 Jul 2014 21:51:32 +0000 (21:51 +0000)
Development dependencies are included when building or testing the current package, but not packages that depend on it:

```toml
[dev-dependencies.hamcrest]

git = "https://github.com/carllerche/hamcrest-rust.git"
```


Trivial merge